html {
  scroll-behavior: smooth; }

body {
  margin: 0 auto;
  padding: 0;
  max-width: 1920px; }
  body .logo-btn {
    position: sticky;
    top: 30px;
    left: 30px;
    z-index: 999;
    margin: 0;
    padding: 0; }
  body section {
    width: 100%;
    min-height: 100vh;
    position: relative; }
    body section .arrow-down {
      position: absolute;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.5s;
      font-size: 2em;
      padding: 5px; }
  body h2 {
    font-family: "Archivo Black", sans-serif;
    max-width: 50%;
    letter-spacing: .5px;
    font-size: 1.5em;
    margin: auto auto 0;
    padding: 60px 0 60px 0; }
  body h2::before {
    content: "#1";
    margin-right: 10px;
    opacity: 0.6; }
  body h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #00a4cc; }
  body h4 {
    font-family: "Archivo Black", sans-serif;
    max-width: 50%;
    letter-spacing: .5px;
    font-size: 1.5em;
    text-align: center;
    color: #fff; }
  body p {
    width: 60%;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px; }
  body footer {
    position: relative;
    min-height: 50vh;
    background: #00a4cc;
    color: #fff; }
    body footer h3 {
      font-family: "Archivo Black", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-align: center; }
    body footer .arrow-up {
      color: #fff;
      font-size: 3em;
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.5s; }
    body footer .arrow-up:hover {
      color: #b25500; }
    body footer #site-map {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 50px; }
      body footer #site-map h3 {
        font-family: "Archivo Black", sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center; }
      body footer #site-map ul {
        list-style: none;
        padding: 0; }
        body footer #site-map ul li {
          margin: 20px auto 20px;
          transition: all 0.5s; }
      body footer #site-map a {
        text-decoration: none;
        color: #fff;
        font-family: "Rubik", sans-serif;
        transition: all 0.5s;
        text-transform: uppercase; }
      body footer #site-map li:hover, body footer #site-map a:hover {
        color: #b25500;
        list-style: initial; }
    body footer #company-details {
      position: absolute;
      right: 50px;
      top: 5vh;
      text-align: right; }
      body footer #company-details a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px;
        margin-left: -10px;
        font-family: "Rubik", sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 1.2em;
        transition: all 0.5s; }
      body footer #company-details p {
        float: right;
        text-align: right;
        margin-bottom: 0; }
    body footer #copyrights {
      margin: 0;
      padding: 0 5px;
      width: auto;
      height: 32px;
      font-size: 0.75em;
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      border-top: 2px solid #fff; }
      body footer #copyrights i {
        font-size: .8em; }
      body footer #copyrights a {
        color: #fff;
        text-decoration: none;
        font-family: "Rubik", sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: all 0.5s; }
      body footer #copyrights a:hover {
        color: #fff900;
        letter-spacing: 3px;
        font-size: 1.25em; }

#landing {
  height: 100vh;
  width: 100%;
  margin-top: -20px;
  background: url("");
  background-color: #00a4cc; }
  #landing .nav-desktop {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 550px;
    height: auto;
    padding: 20px 10px;
    overflow: visible; }
    #landing .nav-desktop a {
      color: #fff;
      text-decoration: none;
      margin: 15px;
      padding-bottom: 9px;
      font-family: "Rubik", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-size: 1.2em;
      transition: all 0.5s;
      border-bottom: 2px solid rgba(255, 255, 255, 0); }
    #landing .nav-desktop a:hover {
      border-bottom: 3px solid #fff;
      color: #fff; }
    #landing .nav-desktop .nav-tel, #landing .nav-desktop .nav-mail, #landing .nav-desktop .nav-sm {
      padding: 10px;
      margin: 5px;
      border: 2px solid #fff;
      border-color: #fff; }
    #landing .nav-desktop .nav-tel:hover, #landing .nav-desktop .nav-mail:hover, #landing .nav-desktop .nav-sm:hover {
      color: #00a4cc;
      background: #fff;
      border-color: #fff;
      border-radius: 50px; }
    #landing .nav-desktop .fab {
      margin-left: 5px;
      margin-right: 4.3px; }
    #landing .nav-desktop .selected {
      border-bottom: 2px solid #fff;
      color: #000; }
  #landing .landing-header {
    position: absolute;
    left: 100px;
    top: 45%;
    width: 40%;
    color: #fff; }
    #landing .landing-header h1 {
      font-family: "Archivo Black", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-size: 2em; }
    #landing .landing-header a {
      font-family: "Archivo Black", sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      letter-spacing: 1px;
      transition: all 0.5s;
      border-bottom: 2px solid #fff;
      border-color: #fff;
      padding: 5px; }
    #landing .landing-header a:hover {
      background: #fff;
      border-bottom: 2px solid #fff;
      border-color: #00a4cc;
      color: #00a4cc; }
  #landing .arrow-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    transition: all 0.5s;
    font-size: 2em;
    padding: 5px; }
    #landing .arrow-down i {
      transition: all 0.5s; }
    #landing .arrow-down i:hover {
      color: #b25500; }
  #landing .arrow-up::after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #fff; }

#about h2::before {
  content: "#1"; }
#about .main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  #about .main-text .txt-link {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: inherit;
    transition: all 0.5s; }
  #about .main-text .txt-link:hover {
    color: #00a4cc; }
#about .arrow-down {
  color: #b25500; }
#about .arrow-down:hover {
  color: #00a4cc; }

#key-points {
  background: #b25500; }
  #key-points h2::before {
    content: "#2"; }
  #key-points .content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #key-points .content-wrapper .item {
      width: 100px; }

#contact {
  max-width: 100vw;
  background: url("../img/ccontact-bcg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: color; }
  #contact #contact-wrapper {
    width: calc(100% - 5%);
    height: 90vh;
    position: absolute;
    bottom: 5vh;
    margin: auto 2.5vw; }
  #contact h4 {
    display: block;
    width: 50%;
    text-align: center;
    float: right;
    margin-top: 7px; }
  #contact form {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 45vw;
    height: 70vh;
    overflow: hidden; }
    #contact form input[type=text], #contact form textarea {
      width: 95%;
      display: block;
      margin: auto;
      margin-bottom: 1vh;
      padding: 15px 7px;
      border: 2px solid #00a4cc; }
    #contact form textarea {
      height: 30vh;
      resize: vertical;
      font-family: 'Open Sans', sans-serif; }
    #contact form input::placeholder, #contact form textarea::placeholder {
      color: #00a4cc; }
    #contact form input[type=submit] {
      width: calc(100% - 15px);
      height: 80px;
      position: absolute;
      bottom: 0;
      right: 7.5px;
      border: 2px solid #00a4cc;
      text-transform: uppercase;
      font-family: "Rubik", sans-serif;
      font-weight: bold;
      font-size: 1.8em;
      letter-spacing: 5px;
      color: #00a4cc;
      background: #fff;
      transition: all 0.5s; }
    #contact form input[type=submit]:hover {
      background: #00a4cc;
      color: #fff;
      border-color: #fff;
      cursor: pointer; }
  #contact iframe {
    width: 40vw;
    height: 70vh;
    padding-top: 20vh;
    position: absolute;
    bottom: 15px;
    left: 15px;
    border: none; }

@media only screen and (max-width: 770px) {
  body .nav-desktop {
    display: none; }
  body p {
    width: 80%; }

  #contact-wrapper {
    width: 100%; }
    #contact-wrapper form {
      bottom: 5px;
      right: 5px; }
    #contact-wrapper #map {
      bottom: 5px;
      left: 5px; }

  footer {
    height: 100Vh; }

  #company-details {
    padding-top: 5vh;
    top: 20%;
    left: 50%;
    transform: translateX(-50%); }
    #company-details a, #company-details p {
      text-align: center;
      display: block;
      margin: auto; }

  #site-map {
    top: none;
    bottom: 100px; } }

/*# sourceMappingURL=style.css.map */
